home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / display / function / testcase / test14.cmd < prev    next >
Encoding:
Text File  |  1994-08-04  |  674 b   |  25 lines

  1. /**/
  2. 'cls'
  3. Say     "*******************************************************************"
  4. Say     "           Name: Test Case 14"
  5. Say     " "
  6. Say     "           Program: Display Test Tool"
  7. Say     " "
  8. Say     "           Purpose: To test OS/2 Video Device Driver using the Display Test"
  9. Say     "           Tool (DTT) program."
  10. Say     " "
  11. Say     " "
  12. Say     "           Please refer to test14.doc for more"
  13. Say     "           information on what this test case does."
  14. Say     "*******************************************************************"
  15.  
  16. '@echo off'
  17. Pause
  18. 'cd ..'
  19. 'cd dtt32'
  20. 'call dtt -isample.scr'
  21. 'cd ..'
  22. 'cd testcase'
  23. '@echo on'
  24. EXIT
  25.